summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:32:22 +0000 (05:32 +0000)]
Merge fpc (3.0.0+dfsg-9) import into refs/heads/workingbranch
Raspbian Automatic git importer [Thu, 22 Dec 2016 05:31:00 +0000 (05:31 +0000)]
Merge fpc (2.6.4+dfsg-4) import into refs/heads/workingbranch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
further-arm64-fixes
cat ../fpc-svnbranchdiff | filterdiff -p0 '-icompiler/aarch64/*' --addoldprefix=a/fpcsrc/ --addnewprefix=b/fpcsrc/ | filterdiff -p1 -xfpcsrc/compiler/aarch64/symcpu.pas > debian/patches/further-arm64-fixes.patch
.
The changes in symcpu.pas were excluded because they
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830906
Gbp-Pq: Name further-arm64-fixes.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix_powerpc_ftbfs_with_new_glibc
Gbp-Pq: Name fix_powerpc_ftbfs_with_new_glibc.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
armhf-tags
Gbp-Pq: Name armhf-tags.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
arm_UMULL_support_fix
Gbp-Pq: Name arm_UMULL_support_fix.patch
yury [Thu, 26 Nov 2015 17:04:55 +0000 (17:04 +0000)]
* Fixed calling of external procs for i386 non-darwin targets when PIC is enabled.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@32536
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name Fixed-calling-of-external-procs-for-i386-non-darwin-.patch
yury [Tue, 13 Oct 2015 12:58:19 +0000 (12:58 +0000)]
* Fixed i386 case jump table when PIC with GOT and an external assembler is used.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@32036
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name Fixed-i386-case-jump-table-when-PIC-with-GOT-and-an-.patch
yury [Mon, 12 Oct 2015 08:02:56 +0000 (08:02 +0000)]
* Keep the GOT offset in a virtual register for i386 non-darwin platforms. It fixes PIC code generation with GOT for i386 with enabled optimizations. Bugs #28667, #28668. Prior the fix I have not been able to compile even RTL with -O2 due to not enough free registers, since EBX is reserved for GOT.
It can be further optimized to teach register allocator to not spill the GOT register if possible.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@32020
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name Keep-the-GOT-offset-in-a-virtual-register-for-i386-n.patch
yury [Fri, 18 Sep 2015 10:34:27 +0000 (10:34 +0000)]
* Removed a leftover of my code. It is not needed anymore.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@31755
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name Removed-a-leftover-of-my-code.-It-is-not-needed-anym.patch
yury [Thu, 17 Sep 2015 12:18:04 +0000 (12:18 +0000)]
* ARM: I hope this is a final proper fix for GOT initialization. + Test.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@31730
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name ARM-I-hope-this-is-a-final-proper-fix-for-GOT-initia.patch
yury [Wed, 16 Sep 2015 21:30:20 +0000 (21:30 +0000)]
* ARM: Fixed GOT init when optimization is off.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@31728
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name ARM-Fixed-GOT-init-when-optimization-is-off.patch
yury [Wed, 16 Sep 2015 13:52:15 +0000 (13:52 +0000)]
* ARM: Do not use R9 as a fixed GOT register.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@31712
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name ARM-Do-not-use-R9-as-a-fixed-GOT-register.patch
yury [Wed, 16 Sep 2015 11:54:12 +0000 (11:54 +0000)]
* Fixed instruction re-scheduler for ARM in case of PIC.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@31706
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name Fixed-instruction-re-scheduler-for-ARM-in-case-of-PIC.patch
yury [Mon, 14 Sep 2015 23:15:10 +0000 (23:15 +0000)]
* Big fix for ARM GOT support to make it work: - Fixed access to symbols with offset. - Always use register R9 for GOT pointer to prevent bugs when free register limit is reached in a function. - GOT is not needed for function calls by name.
git-svn-id: http://svn.freepascal.org/svn/ fpc/trunk@31681
3ad0048d-3df7-0310-abae-
a5850022a9f2
Gbp-Pq: Name Big-fix-for-ARM-GOT-support-to-make-it-work.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix_ppc64s_prt0.as_as_shown_by_cge
===================================================================
Gbp-Pq: Name fix_ppc64s_prt0.as_as_shown_by_cge.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
after_patch_arm64_systems.pas
release)
Source: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/compiler/systems.pas?r1=32102&r2=32101&view=patch
Bug-Debian: https://bugs.debian.org/807479
Gbp-Pq: Name after_patch_arm64_systems.pas.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
let_ppudump_honor_TZ_var
Gbp-Pq: Name let_ppudump_honor_TZ_var.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
honor_SOURCE_DATE_EPOCH_in_date
Gbp-Pq: Name honor_SOURCE_DATE_EPOCH_in_date.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix_typo_in_ppc64
Gbp-Pq: Name fix_typo_in_ppc64.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
add-arm64-support
===================================================================
Gbp-Pq: Name add-arm64-support.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
add_arm64_manpage
Gbp-Pq: Name add_arm64_manpage.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix_FTBFS_on_linux_not_amd64
Gbp-Pq: Name fix_FTBFS_on_linux_not_amd64.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix_source_location_for_documentation
Gbp-Pq: Name fix_source_location_for_documentation.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix-IDE-data-file-location
===================================================================
Gbp-Pq: Name fix-IDE-data-file-location.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
disable_building_gnome1_and_gtk1
Gbp-Pq: Name disable_building_gnome1_and_gtk1.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
prevent_date_in_fpcdocs
===================================================================
Gbp-Pq: Name prevent_date_in_fpcdocs.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
prevent_date_in_fpcMakefiles
Gbp-Pq: Name prevent_date_in_fpcMakefiles.patch
Abou Al Montacir [Wed, 15 Jan 2014 20:49:04 +0000 (21:49 +0100)]
Change path of localization fies to fit Debian standard. (Closes: Bug#73368)
Gbp-Pq: Name fix-encoding-of-localization-files-to-be-utf8.patch
Abou Al Montacir [Wed, 15 Jan 2014 20:49:04 +0000 (21:49 +0100)]
Change path of localization fies to fit Debian standard. (Closes: Bug#73368)
Gbp-Pq: Name change-path-of-localization-files-to-fit-Debian-standar.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
dont_build_fastcgi_fcl-web_and_fppkg_on_kfreebsd
Gbp-Pq: Name dont_build_fastcgi_fcl-web_and_fppkg_on_kfreebsd.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
find_iconv_in_libc_on_debian
===================================================================
Gbp-Pq: Name find_iconv_in_libc_on_debian.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
kfreebsd-amd64_bootstrap
Gbp-Pq: Name kfreebsd-amd64_bootstrap.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
add-ppc64-support
This patch adds man file for the ppcppc64 compiler for ppc64 architecture.
Gbp-Pq: Name add-ppc64-support.diff
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
use-bfd-explicitly
Gbp-Pq: Name use-bfd-explicitly.diff
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
rename-instantfpc-to-ifpc
This patch renames instantfpc to ifpc (Instant Free Pascal Compiler) and adds
man files for it.
Gbp-Pq: Name rename-instantfpc-to-ifpc.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix-spell-errors
Gbp-Pq: Name fix-spell-errors.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
relpath
This patch adds an utility for computing relative path according to a given
base directory. This is useful for libraries that are to install .lpk in
order to be used with lazarus. As these libraries may be compiled without
need to build depend on Lazarus, we add it in fp-utils package which is likely
to be used by any big project which build depends on fp-compiler.
Gbp-Pq: Name relpath.patch
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fix-FPCDIR-in-fpcmake
This patch fixes evaluation of default value for FPCDIR. (Closes: bug#662814)
Gbp-Pq: Name fix-FPCDIR-in-fpcmake.diff
Pascal Packaging Team [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
version
This patch adds Debian build version to compiler full version.
Gbp-Pq: Name version.diff
Paul Gevers [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
fpc (3.0.0+dfsg-9) unstable; urgency=medium
* Drop Torsten Werner from uploaders: thanks for all the fish
* [tests] Fix autopkgtests as it always fails
[dgit import unpatched fpc 3.0.0+dfsg-9]
Paul Gevers [Mon, 12 Sep 2016 18:48:12 +0000 (18:48 +0000)]
Import fpc_3.0.0+dfsg-9.debian.tar.xz
[dgit import tarball fpc 3.0.0+dfsg-9 fpc_3.0.0+dfsg-9.debian.tar.xz]
Paul Gevers [Fri, 27 Nov 2015 13:51:44 +0000 (13:51 +0000)]
Import fpc_3.0.0+dfsg.orig.tar.gz
[dgit import orig fpc_3.0.0+dfsg.orig.tar.gz]
Abou Al Montacir [Wed, 15 Jan 2014 20:49:04 +0000 (21:49 +0100)]
Change path of localization fies to fit Debian standard. (Closes: Bug#73368)
Gbp-Pq: Name fix-encoding-of-localization-files-to-be-utf8.patch
Abou Al Montacir [Wed, 15 Jan 2014 20:49:04 +0000 (21:49 +0100)]
Change path of localization fies to fit Debian standard. (Closes: Bug#73368)
Gbp-Pq: Name change-path-of-localization-files-to-fit-Debian-standar.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
fix-733618
Gbp-Pq: Name fix-733618.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
dont_build_fastcgi_fcl-web_and_fppkg_on_kfreebsd
Gbp-Pq: Name dont_build_fastcgi_fcl-web_and_fppkg_on_kfreebsd.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
find_iconv_in_libc_on_debian
Gbp-Pq: Name find_iconv_in_libc_on_debian.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
kfreebsd-amd64_bootstrap
Gbp-Pq: Name kfreebsd-amd64_bootstrap.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
add-ppc64-support
This patch adds man file for the ppcppc64 compiler for ppc64 architecture.
Gbp-Pq: Name add-ppc64-support.diff
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
use-bfd-explicitly
Gbp-Pq: Name use-bfd-explicitly.diff
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
add-a-new-directive-CFGDIR-to-configuration-file
This patch adds a new directive, CFGDIR, to configuration file allowing user to
add a directory to a list where included configuration files are searched.
Gbp-Pq: Name add-a-new-directive-CFGDIR-to-configuration-file.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
armhf-build-with-2.6.0
Gbp-Pq: Name armhf-build-with-2.6.0.diff
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
rename-instantfpc-to-ifpc
This patch renames instantfpc to ifpc (Instant Free Pascal Compiler) and adds
man files for it.
Gbp-Pq: Name rename-instantfpc-to-ifpc.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
fix-spell-errors
This patch fixes spell errors detected by linitian.
Gbp-Pq: Name fix-spell-errors.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
relpath
This patch adds an utility for computing relative path according to a given
base directory. This is useful for libraries that are to install .lpk in
order to be used with lazarus. As these libraries may be compiled without
need to build depend on Lazarus, we add it in fp-utils package which is likely
to be used by any big project which build depends on fp-compiler.
Gbp-Pq: Name relpath.patch
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
armhf-linker-path
This patch fixes path to the dynamic linker for armhf architecture.
Gbp-Pq: Name armhf-linker-path.diff
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
fix-FPCDIR-in-fpcmake
This patch fixes evaluation of default value for FPCDIR. (Closes: bug#662814)
Gbp-Pq: Name fix-FPCDIR-in-fpcmake.diff
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
regenerate_messages
This patch update compiler messages after adding armhf architecture support.
Gbp-Pq: Name regenerate_messages.diff
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
armhf
This patch adds support for armhf architecture.
Gbp-Pq: Name armhf.diff
Carlos Laviola [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
version
This patch adds Debian build version to compiler full version.
Gbp-Pq: Name version.diff
Paul Gevers [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
fpc (2.6.4+dfsg-4) unstable; urgency=low
* Let "Select manually" be translatable in debconf questions and update
language files accordingly.
* Bump standards version to 3.9.6 (no changes)
* New/updated translations
- Danish (Joe Hansen) (Closes: #763984)
- Dutch (Paul Gevers)
- German (Chris Leick) (Closes: #763807)
- Italian (Beatrice Torracca) (Closes: #764934)
- Japanese (victory)
- Swedish (Martin Bagge / brother) (Closes: #763446)
[dgit import unpatched fpc 2.6.4+dfsg-4]
Paul Gevers [Mon, 13 Oct 2014 19:16:54 +0000 (19:16 +0000)]
Import fpc_2.6.4+dfsg-4.debian.tar.xz
[dgit import tarball fpc 2.6.4+dfsg-4 fpc_2.6.4+dfsg-4.debian.tar.xz]
Paul Gevers [Sat, 19 Apr 2014 16:05:27 +0000 (16:05 +0000)]
Import fpc_2.6.4+dfsg.orig.tar.gz
[dgit import orig fpc_2.6.4+dfsg.orig.tar.gz]
Carlos Laviola [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
fix-creating-help-index-on-read-only-file-system
This patch removes error thrown when trying to build help index if the
documentation is installed on a read only file system and tries to store the
index file in current directory. (Closes: bug#662814)
Gbp-Pq: Name fix-creating-help-index-on-read-only-file-system.diff
Carlos Laviola [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
fix-vfp-exceptions
Gbp-Pq: Name fix-vfp-exceptions.diff
Carlos Laviola [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
armhf-linker-path
===================================================================
Gbp-Pq: Name armhf-linker-path.diff
Carlos Laviola [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
fix-FPCDIR-in-fpcmake
This patch fixes evaluation of default value for FPCDIR. (Closes: bug#662814)
Gbp-Pq: Name fix-FPCDIR-in-fpcmake.diff
Carlos Laviola [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
regenerate_messages
===================================================================
Gbp-Pq: Name regenerate_messages.diff
Carlos Laviola [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
armhf
===================================================================
Gbp-Pq: Name armhf.diff
Carlos Laviola [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
version
This patch adds Debian build version to compiler full version.
Gbp-Pq: Name version.diff
Peter Michael Green [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
fpc (2.6.0-9) unstable; urgency=low
* Revert previous broken and unnessacerally intrustive fix for debian/control
issue. Replace it with a more targetted fix inspired by abou's and paul's
proposed patches.
[dgit import unpatched fpc 2.6.0-9]
Peter Michael Green [Sat, 13 Apr 2013 07:52:42 +0000 (07:52 +0000)]
Import fpc_2.6.0-9.debian.tar.gz
[dgit import tarball fpc 2.6.0-9 fpc_2.6.0-9.debian.tar.gz]
Abou Al Montacir [Tue, 27 Dec 2011 10:30:00 +0000 (10:30 +0000)]
Import fpc_2.6.0.orig.tar.gz
[dgit import orig fpc_2.6.0.orig.tar.gz]